Home
last modified time | relevance | path

Searched hist:bba174f5e03a40a4ab1c63a2272ea5530b98a067 (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dpercpu.cdiff bba174f5e03a40a4ab1c63a2272ea5530b98a067 Fri Aug 14 08:00:51 CEST 2009 Tejun Heo <tj@kernel.org> percpu: add chunk->base_addr

The only thing percpu allocator wants to know about a vmalloc area is
the base address. Instead of requiring chunk->vm, add
chunk->base_addr which contains the necessary value. This simplifies
the code a bit and makes the dummy first_vm unnecessary. This change
will ease allowing a chunk to be mapped by multiple vms.

Signed-off-by: Tejun Heo <tj@kernel.org>